Foxit PDF RDK
|
Public Member Functions | |
constructor () | |
Constructor. | |
GenerateContent () | |
Generate content for current fill-sign object. More... | |
GetRect () | |
Get rectangle, in PDF coordinate system. More... | |
GetType () | |
Get fill-sign type. More... | |
IsEmpty () | |
Check whether current object is empty or not. More... | |
Move (point, width, height, rotation) | |
Move current fill-sign object. More... | |
Class FillSignObject is the base class for all kinds of fill-sign object. This class offers base functions to get type, to move a fill-sign object or to generate content for a fill-sign object.
FoxitRDKNative.FillSignObject.GenerateContent | ( | ) |
Generate content for current fill-sign object.
For fill-sign object with type FillSign.e_FillSignObjectTypeSignature or FillSign.e_FillSignObjectTypeInitialsSignature, function SignatureFillSignObject.SetBitmap should be called first.
FoxitRDKNative.FillSignObject.GetRect | ( | ) |
Get rectangle, in PDF coordinate system.
FoxitRDKNative.FillSignObject.GetType | ( | ) |
Get fill-sign type.
FoxitRDKNative.FillSignObject.IsEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
FoxitRDKNative.FillSignObject.Move | ( | point | , |
width | , | ||
height | , | ||
rotation | |||
) |
Move current fill-sign object.
[in] | point | New left-bottom point for current fill-sign object, in PDF coordinate system. |
[in] | width | New width for current fill-sign object. |
[in] | height | New height for current fill-sign object. |
[in] | rotation | Rotation status information. This rotation value includes the view rotation and page rotation property information. Please refer to values starting from e_Rotation0 and this should be one of these values except e_RotationUnknown. |